-
#Chapter 2: Basic Linear Algebra for Tensors
- #(2.1) Introduction :-
- #(2.2) Tensor notation for matrixes, vectors & determinants
- #Vectors :-
- #Basic Formulas
- #(1) matrix multiplication
- #(2) Identity matrix
- #(3) Inverse of a square matrix :-
- #(4) Transpose of a matrix :-
- #(5) orthogonal matrix :-
- #Permutation symbol :
- #determinent of square matrix :-
- #laplace expansion of a determinent :-
- #Scalar product of vectors :-
- #norm/length of a vector :-
- #angle b/w two vectors :-
- #vector product/cross product in R^3 :-
- #(2.3) Inverting a matrix :-
[Page heading as written : (Chapter -2) (Basic Linear Algebra for Tensors)]
[A struck-out label "(1.15)" precedes "(2.1)" in the margin.]
The main purpose is to reformulate the expressions of linear algebra and matrix theory using summation convention.
\((a_{ij})\) represents an element of matrix
\(i \rightarrow\) row number \(\quad\) (1 to \(m\))
\(j \rightarrow\) column number \(\quad\) (1 to \(n\))
A fuller notation is \([a_{ij}]_{mn}\)
upper index matrix notation
(ex 2.1)
A real n-diamensional vector is any column matrix \(V = [x_{ij}]_{n1}\) with real components \((x_i = x_{i1})\)
(or) we can simply write \((V = (x_i))\). The collection of all real n-diamentional vectors is the n-diamensional real vector space denoted \(R^n\).
(i.e. \(R^n\) is made up of all real n-d vectors.)
Vector sums are determined by coordinate wise add\(^n\) as are matrix sums.
if \(A \equiv [a_{ij}]_{mn}\) & \(B \equiv [b_{ij}]_{mn}\)
Then \(A+B \equiv [a_{ij} + b_{ij}]_{mn}\)
Scalar multiplication of a vector or matrix is defined by \(\lambda [a_{ij}]_{mn} \equiv [\lambda a_{ij}]_{mn}\)
\(\hookrightarrow\) represents summation over '\(r\)'.
For mixed / upper indices :-
In terms of kronecker delta, identity matrix of order '\(n\)' is
which has property \((IA = AI = A)\) for \(A = [a^{ij}]_{nn}\)
or \([a_{ij}]_{nn}\)
or \([a^i_j]_{nn}\)
A square matrix \(A = [a_{ij}]_{nn}\) is invertible if \(\exists\) a unique matrix \(B = [b_{ij}]_{nn}\) called inverse of \(A\) such that \((AB = BA = I)\)
In terms of components criterion reads
(or) For mixed or upper indices
Transpose of arbitrary matrix is
if \(a_{ij} = a_{ji}\) \(\quad\) (\(A\) is symmetric matrix
or Anti\(^o\)-symmetric
A matrix '\(A\)' is orthogonal if \(A^T = A^{-1}\)
or if \(A^T A = A A^T = I\)
\(P = \) no. of subscript transpositions (interchg) required to bring \((i,j,k\cdots\omega)\) to natural order \((1,2,3,\cdots n)\)
If \(A \equiv [a_{ij}]_{nn}\) is any square matrix
then
(ex) for \(2\times2\) matrix
repeated indices get summed over
So,
let \(M_{ij}\) be minor of \(a_{ij}\) in \(A\) and \(C_{ij}\) be cofactor of \(a_{ij}\) in \(A\).
\(\rightarrow\) repeated indices gets summed over
If \(u = (x_i)\)
\(\qquad v = (y_i)\)
for \(\bar{u} = (x_i)\)
angle b/w two vectors \(u = (x_i)\) & \(V = (y_i)\) is defined by
for \(\theta = \pi/2\) we need \((x_i y_i = u\cdot v = 0)\).
\(u = (x_i)\)
\(v = (y_i)\)
or
A square matrix is invertible if there exist \(A^{-1}\) such that